Full
    open class FullReadCRUDCacheRepo<ObjectType, IdType>(    parentRepo: ReadCRUDRepo<ObjectType, IdType>,     kvCache: FullKVCache<IdType, ObjectType>,     idGetter: (ObjectType) -> IdType) : ReadCRUDRepo<ObjectType, IdType> , FullCacheRepo
Content copied to clipboard
Constructors
Link copied to clipboard
                fun <ObjectType, IdType> FullReadCRUDCacheRepo(    parentRepo: ReadCRUDRepo<ObjectType, IdType>,     kvCache: FullKVCache<IdType, ObjectType>,     idGetter: (ObjectType) -> IdType)
Content copied to clipboard
Functions
Link copied to clipboard
                Link copied to clipboard
                open suspend override fun getByPagination(pagination: Pagination): PaginationResult<ObjectType>
Content copied to clipboard